net/http.http2ClientConn.peerMaxHeaderListSize (field)
5 uses
net/http (current package)
h2_bundle.go#L7000: peerMaxHeaderListSize uint64
h2_bundle.go#L7375: peerMaxHeaderListSize: 0xffffffffffffffff, // "infinite", per spec. Use 2^64-1 instead.
h2_bundle.go#L8569: if hlSize > cc.peerMaxHeaderListSize {
h2_bundle.go#L8626: if hlSize > cc.peerMaxHeaderListSize {
h2_bundle.go#L9403: cc.peerMaxHeaderListSize = uint64(s.Val)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)